time.Location.name (field)
10 uses
time (current package)
format.go#L574: buf = append(buf, []byte(quote(loc.name))...)
zoneinfo.go#L20: name string
zoneinfo.go#L72: var utcLoc = Location{name: "UTC"}
zoneinfo.go#L100: return l.get().name
zoneinfo.go#L107: name: name,
zoneinfo_read.go#L317: l := &Location{zone: zones, tx: tx, name: name, extend: extend}
zoneinfo_unix.go#L42: localLoc.name = "Local"
zoneinfo_unix.go#L53: localLoc.name = "Local"
zoneinfo_unix.go#L55: localLoc.name = tz
zoneinfo_unix.go#L68: localLoc.name = "UTC"
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)